home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6045 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: [Q]Is there any API that  move a directory to another (drive 's) directory ?
  5. Date: 21 Feb 1996 22:56 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <21FEB199622562883@erich.triumf.ca>
  9. References: <312BCF42.6629@star.lgsw.re.kr>
  10. NNTP-Posting-Host: ftp.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <312BCF42.6629@star.lgsw.re.kr>, Hyung keun Hong <hhk7@star.lgsw.re.kr> writes...
  14. >For example,  I want to implement 
  15. >function of  moving C:\office\aaaa directory to  D:\office\bbbb simply.
  16. >Is there any API  that implements  this spec ?
  17. >Any info will be appreciated.
  18.  
  19. Is an API some windoze thing??
  20.  
  21. The _only_ way I can think of to move files (or a directory tree) from one
  22. drive to another is to copy them. Under MS-DOS, you can move files between
  23. directories _on_the_same_drive_ by messing with directory info, and not
  24. actually moving the data, but this clearly won't work to actually transfer the
  25. data to another drive.
  26.  
  27. You might want to ask this question in a group related to your platform, since
  28. it doesn't seem to be a C question.  (perhaps try
  29. comp.os.ms-windows.programmer.misc, if I guessed right.)
  30.  
  31.  
  32. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  33. Internet: bennett@triumf.ca         | of one another only when one can be
  34. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  35. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  36. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  37.  
  38.